home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 087.dms / 087.adf / TTTools / CS-Info < prev    next >
Text File  |  1992-02-26  |  5KB  |  116 lines

  1. Colour Swap V1.1  Information.
  2. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^            Date Today: 15/3/95.
  3.  
  4.  John White
  5.  23 Kellett Road
  6.  Brixton
  7.  London
  8.  SW2 1DX
  9.  England
  10.  
  11. Welcome to Colour Swap V1.1 (CS). As you may or may not know CS V1.0 simply
  12. allowed you to load a Picture, of 8 colours for example, double its colours
  13. to 16 and then let you swap the first 8 colours over to the second 8 colours.
  14.  
  15. This was good for making copies, with different palette numbers, of an Anti-
  16. Aliased Fonts picture for example. However, when I wrote it I knew in the
  17. future it would need better colour manipulation, hence, this update.
  18.  
  19. This update, besides the code being re-written, allows you to Assign any
  20. AVAILABLE picture colour to any AVAILABLE Palette number.
  21.  
  22. So, for example, suppose you have a 16 colour picture but only 8 colours are
  23. used. You know what colours are used but they are muddled up instead of in
  24. order (example colours used: 1, 3, 5, 8, 12, 13, 15, 16). You can't be
  25. bothered to unscramble the palette in an art package so you decide to use
  26. colour swap!...
  27.  
  28. ...in the above example you could simply make palette numbers 0 to 7 the
  29. colours you need (with Red, Green and Blue) and then Assign the scrambled
  30. picture colours to your 0 to 7 palette numbers, like so... 1 = 0  3 = 1
  31. 5 = 2  8 = 3  12 = 4  13 = 5  15 = 6  16 = 7.  This would not only put your
  32. scrambled picture colours in order, but also give you an 8 coloured picture,
  33. thus, cutting out the unwanted colours and saving you memory, etc in the long
  34. run.
  35.  
  36. The above example would save your picture as a 32 coloured picture because it
  37. doubled your 16 colours to 32. So you would simply need to load the picture
  38. into an art package/amos, etc and change the picture format to 8 colours if
  39. you didn't need the use of the other colours. The doubled colours are saved
  40. with each picture because as said above CS V1.0 (and this version) is meant
  41. as a duplicator aswell. Saying that however I'll probly put a function into
  42. the program, in the future, that lets you save the original picture and/or
  43. the doubled picture.
  44.  
  45. This program is Public Domain. Saying that, if you have any interesting Amos
  46. snippets, etc I wouldn't mind you writing to me - Don't see this as a must
  47. though.
  48.  
  49.  
  50. ----------------
  51.  The Program...
  52. ----------------
  53.  
  54.   Width:  The width of Picture area to Colour Swap.
  55.  
  56.  Height:  The height of Picture area to Colour Swap.
  57.  
  58.    Load:  Load a Picture. This grabs an area of 320x200 from your picture.
  59.           So make sure your drawing or whatever isn't past these boundaries.
  60.  
  61.    Save:  This saves your picture with Doubled colours.
  62.  
  63. Palette:  This allows you to edit the palette and assign picture colours to
  64.           palette numbers.
  65.  
  66.      Ok:  This means Ok - Colour Swap my picture. Pressing Mouse Key 2 will
  67.           stop the Ok function.
  68.  
  69.  
  70. ----------
  71.  Notes...
  72. ----------
  73.  
  74. This version is Lowres only. I will probly make a Hires version in the future
  75. but for now it remains at Lowres for 2 reasons. 1) I wrote this program for
  76. myself to convert Lowres Anti-Aliased Fonts pictures and 2) I've never seen
  77. any Hires Anti-Aliased Fonts pictures, have you?!
  78.  
  79. The program will check for picture size. If your picture is less than 320x200
  80. then you will get an on-screen message. The program also checks the number of
  81. colours in your picture. The allowed number of colours are: 2, 4, 8, 16 and
  82. 32.
  83.  
  84. When you have a 32 coloured picture, doubled to 64 colours, the colours 32 to
  85. 63 cannot be change of course because they are HalfBrite colours. However,
  86. they can have a palette number assigned to them.
  87.  
  88. If you click inside the filename box you will restore the current picture to
  89. its original form together with the original palette.
  90.  
  91. CS V1.0 users will notice the absence of the Transparent function. To get a
  92. picture colour transparent (using colour 0) simply assign your picture colour
  93. to palette number 0.
  94.  
  95. The doubled colours will be Black to start off with. Why? I could of made the
  96. doubled colours the same as the first colours but I thought this might not be
  97. to everyones liking. So I decided to make them black so you could choose what
  98. colour to make them.
  99.  
  100.  
  101. ---------------
  102.  Tip/Effect...
  103. ---------------
  104.  
  105. A good way to make Anti-Aliased Fonts a different colour, but keep their
  106. original beauty is to simply get each colour and reverse it, like so...
  107.  
  108.  Example:  12  3  8   reverse to  8  3  12
  109.  
  110.            10  10 13  reverse to  13  10  10
  111.  
  112.            ...and so on.
  113.  
  114. This doesn't always look great - Just experiment. Blue usually turns into a
  115. nice Brown if I remember correctly.
  116.